SftTree/OCX 7.0

SftTreeCell.ProgressStyle Property

Softel vdm, Inc.

Defines the progress bar's appearance.

Syntax       

 

Get

VB.NET

Style = object.ProgressStyle  As SftTreeProgressStyleDefaultConstants

VB

Style = object.ProgressStyle  As SftTreeProgressStyleDefaultConstants

C#.NET

SftTreeProgressStyleDefaultConstants Style = object.ProgressStyle;

VC++

enum SftTreeProgressStyleDefaultConstants Style = object->ProgressStyle;
enum SftTreeProgressStyleDefaultConstants Style = object->GetProgressStyle();

C

HRESULT object->get_ProgressStyle(enum SftTreeProgressStyleDefaultConstants* Style);

Delphi

Style := object.ProgressStyle  : TOleEnum;

Put

VB.NET

object.ProgressStyle = Style  As SftTreeProgressStyleDefaultConstants

VB

object.ProgressStyle = Style  As SftTreeProgressStyleDefaultConstants

C#.NET

SftTreeProgressStyleDefaultConstants object.ProgressStyle = Style;

VC++

enum SftTreeProgressStyleDefaultConstants object->ProgressStyle = Style;
void object->PutProgressStyle(enum SftTreeProgressStyleDefaultConstants Style);

C

HRESULT object->put_ProgressStyle(enum SftTreeProgressStyleDefaultConstants Style);

Delphi

object.ProgressStyle := Style  : TOleEnum;

object

A SftTreeCell object.

Style

Defines the progress bar's appearance.

Comments

The ProgressStyle property defines the progress bar's appearance.

See Also  SftTreeCell Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com